ComponentOne Xamarin Edition
C1CursorCollectionView<T> Class
Members 
C1.CollectionView Assembly > C1.CollectionView Namespace : C1CursorCollectionView<T> Class
The type of the items in the collection.
Base class for cursor-like collection views.
Syntax
Type Parameters
T
The type of the items in the collection.
Remarks
This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
Inheritance Hierarchy

System.Object
   C1.CollectionView.C1CollectionViewBase<T>
      C1.CollectionView.C1CursorCollectionView<T,K>
         C1.CollectionView.C1CursorCollectionView<T>

See Also

Reference

C1CursorCollectionView<T> Members
C1.CollectionView Namespace